home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / emulation / amoricv0_9 / src / memwrite_020.asm < prev    next >
Assembly Source File  |  1995-10-29  |  136b  |  12 lines

  1.     MACHINE    68020
  2.  
  3. JMPTABLE1:MACRO
  4.     move.l    (A6,D5.W*4),A6
  5.     ENDM
  6.  
  7. JMPTABLE2:MACRO
  8.     move.l    (A6,D0.W*4),A6
  9.     ENDM
  10.  
  11.     include    "memwrite_xxx.asm"
  12.